PNR Viewer Content

Note: The information in this topic does not add content to the actual PNR. Rather, this topic describes how to add content to the PNR viewer area of the Smartpoint screen.

Using the PNRHelper, you can add content to the PNR viewer area of the Smartpoint screen using your own custom sections.

In the following example, when a booking file is displayed, a button is added to the PNR viewer. This button injects a PNRSection into the PNR viewer and displays a browser window open to a specific page.

  1. Hook to the PNRHelper "OnBookingFileDisplayed" event.
  2. In the event handler, create the button to add content to the PNR viewer.